ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls Assembly / ImageGear.Core Namespace / ImGearReadOnlyDictionary<TKey,TValue> Class / Count Property




In This Topic
    Count Property (ImGearReadOnlyDictionary<TKey,TValue>)
    In This Topic
    Gets the number of key/value pairs contained in the dictionary.
    Syntax
    'Declaration
     
    Public ReadOnly Property Count As Integer
    'Usage
     
    Dim instance As ImGearReadOnlyDictionary(Of TKey,TValue)
    Dim value As Integer
     
    value = instance.Count
    public int Count {get;}
    public: __property int get_Count();
    public:
    property int Count {
       int get();
    }

    Property Value

    The number of key/value pairs contained in the dictionary.
    See Also